*
* Gets the hardware ID of this tool, or 0 if it's not known.
*
- * When non-zero, the identificator is unique for the given tool model,
+ * When non-zero, the identifier is unique for the given tool model,
* meaning that two identical tools will share the same @hardware_id,
* but will have different serial numbers (see
* [method@Gdk.DeviceTool.get_serial]).
* This is a more concrete (and device specific) method to identify
* a `GdkDeviceTool` than [method@Gdk.DeviceTool.get_tool_type],
* as a tablet may support multiple devices with the same
- * `GdkDeviceToolType`, but different hardware identificators.
+ * `GdkDeviceToolType`, but different hardware identifiers.
*
- * Returns: The hardware identificator of this tool.
+ * Returns: The hardware identifier of this tool.
*/
guint64
gdk_device_tool_get_hardware_id (GdkDeviceTool *tool)
/**
* gtk_list_box_unselect_row:
* @box: a `GtkListBox`
- * @row: the row to unselected
+ * @row: the row to unselect
*
* Unselects a single row of @box, if the selection mode allows it.
*/
/**
* gtk_menu_button_set_always_show_arrow: (attributes org.gtk.Method.set_property=always-show-arrow)
* @menu_button: a `GtkMenuButton`
- * @always_show_arrow: hether to show a dropdown arrow even when using an icon
+ * @always_show_arrow: whether to show a dropdown arrow even when using an icon
*
* Sets whether to show a dropdown arrow even when using an icon or a custom
* child.
* @child.
*
* Returns: (nullable): the text of the tab label, or %NULL if
- * the tab label idget is not a `GtkLabel`. The string is owned
+ * the tab label widget is not a `GtkLabel`. The string is owned
* by the widget and must not be freed.
*/
const char *
* Sets whether the tab can be detached from @notebook to another
* notebook or widget.
*
- * Note that two notebooks must share a common group identificator
+ * Note that two notebooks must share a common group identifier
* (see [method@Gtk.Notebook.set_group_name]) to allow automatic tabs
* interchange between them.
*